home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / elib-006.lha / elib-0.06 / startup-template.el < prev   
Lisp/Scheme  |  1993-01-24  |  163b  |  5 lines

  1. ;;; $Id: startup-template.el,v 0.4 1992/03/14 23:07:34 ceder Exp $
  2. ;;; Support for the elisp library elib.
  3. (setq load-path (append load-path
  4.             (list ELIB_PATH)))
  5.